#Run the recamam file to generate 1000 numbers in a file called recaman.dat
python3 recaman.py recaman.dat 1000

#Rum the series.py to generate a list of these numbers
python series.py recaman.dat

#Open recaman.dat in a text editor and replace one of the numbers with something that is not and integer (e.g. oops!)
#rerun the series.py
python series.py recaman.dat


